home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / gravity.swf / scripts / frame_99 / PlaceObject2_27_11 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-03-28  |  326 b   |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.getBytesLoaded() >= _root.getBytesTotal())
  3.    {
  4.       _root.play();
  5.    }
  6.    else
  7.    {
  8.       _parent.stop();
  9.       this._xscale = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
  10.       _root.howMuch = int(_root.getBytesLoaded() / _root.getBytesTotal() * 100) + "%";
  11.    }
  12. }
  13.